home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 4
/
Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso
/
Development
/
Source
/
Telnet 2.6.1d1 4⁄26⁄94 Folder
/
source
/
vr
/
vrrgmac.proto.h
< prev
Wrap
Text File
|
1993-09-01
|
663b
|
17 lines
/* vrrgmac.c */
void MacRGinit(void);
short MacRGnewwindow(char *name, short x1, short y1, short x2, short y2);
short MacRGsubwindow(short wn);
void MacRGsetwindow(short wn);
void MacRGdestroy(short wn);
void MacRGremove(short wn);
short MacRGfindwind(WindowPtr wind);
void MacRGcopy(WindowPtr wind);
short MacRGupdate(WindowPtr wind);
void MacRGsetdevice(void);
short MacRGraster(char *data, short x1, short y1, short x2, short y2, short rowbytes);
short MacRGfill(short x1, short y1, short x2, short y2);
short MacRGcopyrgn(short x1, short y1, short x2, short y2, short x3, short y3, short x4, short y4);
short MacRGmap(short start, short length, char *data);